Hi. I am from Poland and I write my websites using iso-8859-2 encoding (like all people in Poland). How to change the encoding to make my sites correctly?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Today, Unicode is the web standard. To be exact - UTF-8 is the web standard. All browsers supports it (and if there is a browser that doesn't support UTF-8 - it's a peace of junk and nobody uses it).
So, make your web-site in UTF-8 encoding and don't worry about anything.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I am from Poland and I write my websites using iso-8859-2 encoding (like all people in Poland). How to change the encoding to make my sites correctly?
Notepad++ doesn't support iso-8859-2.
UTF-8 with or without BOM is the only solution it can offer.
Don
I propose temporarily use default coding, and using some website for converting polish text to ISO.
BR
Sebastian
it's sad. unfortunately i have to use some other program.
I'd like to make effort, in condition that you will test it.
Please contact me by : donho_at_altern_point_org.
Don
Just use UTF-8 :D
I also can't use UTF-8 instead of iso8859-2.
I would change the editor :/
Today, Unicode is the web standard. To be exact - UTF-8 is the web standard. All browsers supports it (and if there is a browser that doesn't support UTF-8 - it's a peace of junk and nobody uses it).
So, make your web-site in UTF-8 encoding and don't worry about anything.