Bug 38396 - jikes option "-encoding" does not work and solution
Summary: jikes option "-encoding" does not work and solution
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Archie Cobbs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-22 03:50 UTC by ASKS S.H. Zhong
Modified: 2002-08-05 20:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ASKS S.H. Zhong 2002-05-22 03:50:01 UTC
	After compiling jikes from ports, you will find it has no "-encoding"
option. The "-encoding" option is import for java programer of non-English 
country. Without the "-encoding" option, the jikes compiled java program cannot
show non-English strings correctly. (ex. Japanese, Chinese...blahblah)

Fix: 

Install ports/devel/icu and do a little modify to the original 
configure file.
Replace all "-licu-uc" with "-licuuc".
Finally, run configure with
CPPFLAGS="-pthread -I/usr/local/include -L/usr/local/lib -L/usr/local/lib".
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 20:03:08 UTC
Responsible Changed
From-To: freebsd-ports->archie

Over to maintainer
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2002-08-05 20:15:04 UTC
State Changed
From-To: open->closed

Jikes now utilizes the ICU library, which adds support for '-encoding'.