I have to read text file using ICU4J, generally we use BufferedReader
to read text file, but I am new to ICU4J. Can anyone suggest me how to read text files using ICU4J?
Asked
Active
Viewed 133 times
0

SurvivalMachine
- 7,946
- 15
- 57
- 87

rani
- 11
-
What's wrong with reading text files using BufferedReader? – yole Sep 17 '16 at 07:43
-
take a look at this url : http://icu-project.org/icu4jdemos.html – JHDev Sep 17 '16 at 07:54
-
Please tell us what you tried. What research you have done, what it turned up, what you are still missing. – Ole V.V. Sep 17 '16 at 08:46
-
Hi yole...We use BufferReader in Java ,but requirement is I have to read text file data through ICU4J API – rani Sep 17 '16 at 10:08
-
are you working on `jdk older then 1.6` and looking for support of `UNICODE` or you need it in `android` either way you need to be specific about the actual problem because `icu4j` is a big `api` – bananas Sep 17 '16 at 11:19
-
@AsteriskNinja Hi Asterisk...I am working on jdk 1.5 but I have to use jdk 1.6 or 1.7 version for my project. – rani Sep 17 '16 at 12:10
-
@Rani in `JDK1.8` or above then you don't need to use `icu4j` as you will get inbuilt support for all feature that `icu4j` will provide – bananas Sep 19 '16 at 03:35