You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Reported by anonymous on 2013-04-15 04:54 UTC
It seems that current implementation only accepts system default encoding settings for input (.flex) / output (.java) file.
I think both command line argument and ANT script settings should have encoding options.
*Reported by anonymous on 2013-04-15 04:54 UTC
It seems that current implementation only accepts system default encoding settings for input (.flex) / output (.java) file.
I think both command line argument and ANT script settings should have encoding options.
Suggested command line example:
java JFlex.Main -encoding utf-8 CodeTest.flex
Suggested ANT script entry example:
<jflex file="${src.dir}/CodeTest.flex" destdir="${build.generated.sources.dir}/flex" encoding="utf-8" />
The text was updated successfully, but these errors were encountered: