I need to represent accented letters in java string like é è ù ô .. etc , i had found the answer here which mentions that we have to use for example "\u00E9"
to represent é
, but i need a full reference for all accented letters.
Asked
Active
Viewed 676 times
1

Boussadjra Brahim
- 82,684
- 19
- 144
- 164
-
Will [this](https://r12a.github.io/app-conversion/) help? – Jacob May 03 '18 at 18:59
-
there are many https://emw3.com/unicode-accents.html which one you want? – Youcef LAIDANI May 03 '18 at 18:59
-
@JacobBlanton yes it helps – Boussadjra Brahim May 03 '18 at 19:02
-
You cannot get them. Many accents are done with combining characters (so two character: letter and accent). Then it is a question of font support. – Giacomo Catenazzi May 04 '18 at 11:35
-
1@GiacomoCatenazzi i know that, but i need only the accented letters of french or spanish languages – Boussadjra Brahim May 04 '18 at 13:48
-
So you already know the letters. Note: there is two canonical ways to write such letters in Unicode. Do not assume French and Spanish justs uses "modern standard" accents. Name of places, people and historical document uses more. – Giacomo Catenazzi May 04 '18 at 13:52