Closed
Bug 573727
Opened 16 years ago
Closed 7 years ago
utf-8 encoded characters are not printed
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: angelo.borsotti, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4
Build Identifier: Language ECMAScript 1.6 implemention "Mozilla Rhino" 1.6 release 2
println() does not print utf-8 characters, but replaces them with "?"
Reproducible: Always
Steps to Reproduce:
1. from a command prompt window set the code page to utf-8: chcp 65001
2. run the engine passing the following file to it:
println("αποβ");
3. jrunscript -encoding utf-8 tmp.js
Actual Results:
????
Expected Results:
αποβ
Updated•16 years ago
|
Component: General → Core
Product: Core → Rhino
QA Contact: general → core
Version: unspecified → 1.6R2
Comment 1•7 years ago
|
||
Closing. Bug management is now done here:
https://github.com/mozilla/rhino
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•