Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > simplify extended character strings

Reply
Thread Tools

simplify extended character strings

 
 
engineer
Guest
Posts: n/a
 
      07-11-2005
If I have a String such as

réservé

I would like to convert to simply "reserve"

Is there a library to do the above?

Similarly á would become a
Á would become A etc

Regards

 
Reply With Quote
 
 
 
 
Boudewijn Dijkstra
Guest
Posts: n/a
 
      07-11-2005
"engineer" <> schreef in bericht
news: oups.com...
>If I have a String such as "réservé"
>I would like to convert to simply "reserve"
>Is there a library to do the above?
>Similarly á would become a, Á would become A etc


Not that I know of. But you easily parse (a part of) UnicodeData.txt and
build the conversion table for yourself.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strings, Strings and Damned Strings Ben C Programming 14 06-24-2006 05:09 AM
Adding constraints in Simplify and Altera Quartus Juan Carlos Allica VHDL 2 01-25-2006 12:28 PM
Eclipse plugin to simplify defining Ant build.xml? davout Java 5 08-17-2004 07:59 PM
How do I Simplify a text array in a Struts form using a loop Dean Rettig Java 2 01-06-2004 08:56 PM
How to simplify logical expressions? Gerhard Rapp Java 2 07-30-2003 02:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57