Denkster wrote:... neglected to preserve character encoding of the database management system and data in the migration process...
polarbreeze wrote:... at least they should correct the more visible errors, like the forum headings for example...
Seems like a simple text search and replace throughout the php database would handle much of this blemish and annoyance.
Here's what I've detected so far:
================================
 = "hard" non breaking space
<--- exists here invisibly
ASCII 202
option space on Mac
================================
— = em dash
—
ASCII 209
option-shift-dash on Mac
================================
“ = smart opening double quote
“
ASCII 210
opt [ on mac
================================
†= smart closing double quote
”
ASCII 211
opt shift [ on mac
================================
For the record here's a smart opening single quote:
‘
ASCII 212
option-] on Mac
================================
’ = smart closing single quote / smart apostrophe??
’
ASCII 213
option-shift-] on Mac
================================
• = bullet
•
ASCII 165
option 8 on Mac
Doug, you may want to weigh in on the accuracy of the ASCII numbers and character names.
Of course this doesn't account for the diacritical marks and foreign language symbols that first brought this issue to light.
q