You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2010/10/19 21:13:27 UTC

[jira] Updated: (JSPWIKI-666) Related to UTF-8 file naming notations

     [ https://issues.apache.org/jira/browse/JSPWIKI-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske updated JSPWIKI-666:
---------------------------------

    Priority: Minor  (was: Major)

You did not specify what you are using:

- the OS 
- Java version
- which container (Tomcat ?)
- JSPWiki version
- the codepage you are running, see also jspwiki.encoding property in jspwiki.properties

Page names are URLEncoded to prevent problems when people try to create pages with special characters in the name, like "/" " " or "<" .

Maybe we could encode it a bit smarter and allow Chinese characters as page names, but I'm not sure if this will break other components in JSPWiki.

> Related to UTF-8 file naming notations
> --------------------------------------
>
>                 Key: JSPWIKI-666
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-666
>             Project: JSPWiki
>          Issue Type: Wish
>            Reporter: P Saraswathi Sailaja
>            Priority: Minor
>
> When i create pages with chinese titles for example: Page title is '維基中文測試' it stores the wiki page as '%E7%B6%AD%E5%9F%BA%E4%B8%AD%E6%96%87%E6%B8%AC%E8%A9%A6.txt'
> Due to this we are facing problem:
> 1. To indentify the pages in back-end
> 2. file names become too lengthy
> 3. Zipping the folder with lengtheir names giving error
> Could someone suggest is there some alternative way to store specifically chinese related page titles and whether we store the file name same as ''維基中文測試.txt '
> We need solution for this little urgent. Thanks in advance.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.