You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by je...@jakarta.apache.org on 2004/07/08 08:45:09 UTC

[jira] Commented: (JS1-290) [FIX] Compile error on BaseLDAPObject in Japanese enviroment

The following comment has been added to this issue:

     Author: Kibong Moon
    Created: Wed, 7 Jul 2004 11:44 PM
       Body:
This is an encoding problem.
You should let specify -encoding option while performing javac.

If you are building the project with maven, add the following line in the project.properties.

maven.compile.encoding=UTF8

Good luck!
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JS1-290?page=comments#action_36555

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS1-290

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-290
    Summary: [FIX] Compile error on BaseLDAPObject in Japanese enviroment
       Type: Bug

     Status: Open

    Project: Jetspeed
 Components: 
             Miscellaneous
   Versions:
             1.4b5-dev / CVS

   Assignee: Jetspeed Developer Mailing List
   Reporter: Shinsuke SUGAYA

    Created: Wed, 30 Apr 2003 3:46 PM
    Updated: Wed, 7 Jul 2004 11:44 PM
Environment: Operating System: Other
Platform: Other

Description:
In Japanese environment(other multibyte environments may be 
the same), I encountered the compile error on BaseLDAPObject. 
It seems that the following characters in this file cannot be 
handled.

                                              Suggested fix
LATIN SMALL LETTER A WITH RING ABOVE      --> '\u00e5'
LATIN SMALL LETTER A WITH DIAERESIS       --> '\u00e4'
LATIN SMALL LETTER O WITH DIAERESIS       --> '\u00f6'
LATIN CAPITAL LETTER A WITH RING ABOVE    --> '\u00c5'
LATIN CAPITAL LETTER A WITH DIAERESIS     --> '\u00c4'
LATIN CAPITAL LETTER O WITH DIAERESIS     --> '\u00d6'


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org