
| Key: |
APF-694
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Matt Raible
|
| Reporter: |
shi lei
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Chinese win xp
|
|
|
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
|
|
Description
|
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 |
Show » |
|
I just convert the encoding to "DOS" by using "Unicode to Ascii" converting, then it works.