Issue Details (XML | Word | Printable)

Key: APF-694
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: shi lei
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

The Appfuse 2.0-M4 appfuse-tapestry can't build for "zh" locale

Created: 12/Mar/07 08:11 PM   Updated: 21/Mar/07 09:04 PM   Resolved: 21/Mar/07 06:57 PM
Component/s: i18n, Web - Tapestry
Affects Version/s: 2.0-M4
Fix Version/s: 2.0-M4

Environment: Chinese win xp


 Description  « Hide
The tapestry_zh.properties and tapestry_zh_CN.properties under appfuse\web\tapestry\src\main\webapp\WEB-INF is wrong with all "?".
Just copy the value of the entry from the ApplicationResources_zh.properties under appfuse\web\common\src\main\resources will solve the problem

Matt Raible made changes - 12/Mar/07 10:58 PM
Field Original Value New Value
Fix Version/s 2.0-M4 [ 10130 ]
Matt Raible made changes - 21/Mar/07 06:57 PM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
shi lei added a comment - 21/Mar/07 08:53 PM
The issue is still not fixed I think. I found "ApplicationResources_zh.properties" contain chinese character now, but the file is encoded by "U8-DOS". and there will be error when run "mvn".

I just convert the encoding to "DOS" by using "Unicode to Ascii" converting, then it works.


Matt Raible added a comment - 21/Mar/07 09:04 PM
Can you attach files to this issue and let me know where I should put them? I'm guessing you've updated from trunk?