What steps will reproduce the problem? 1. Take cue sheet with Russian or other language content
Try to parse using the library 3. What is the expected output?
Parsed result in national characters
What do you see instead?
Line unparseable warnings
What version of the product are you using?
1.2.1
On what operating system?
Arch Linux Please provide any additional information below. I have fix for the problem by subclassing line reader and provide charset decoding in lines, modified code is available in music-barrel project.
From metricst...@gmail.com on March 09, 2013 00:55:11
What steps will reproduce the problem? 1. Take cue sheet with Russian or other language content
What do you see instead? Line unparseable warnings
What version of the product are you using? 1.2.1 On what operating system? Arch Linux Please provide any additional information below. I have fix for the problem by subclassing line reader and provide charset decoding in lines, modified code is available in music-barrel project.
Attachment: CueParser.java
Original issue: http://code.google.com/p/cuelib/issues/detail?id=22