MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
290 stars 100 forks source link

Chinese Character Labeling Error. Need Help. #23

Closed wanghanbo closed 6 years ago

wanghanbo commented 6 years ago

Hello! Sorry for my English. I'm trying to create labels on the map from my SQLite database, but it turned out that the encoding of the Russian language is not supported. I Checked the SQLIte database. The field "FileName" in Tmpcadd table has chinese character and saved by unicode. But when I use [MapWindow5] to load and Label the field, the label text error occured like following image。

Using SQLite Expert to view TmpCadd(encoding is utf-8),FileName field is correct. image So I run MapWindow 5 to load TmpCadd and labeling it by FileName field, chinese charater is error: image I checked [filename] field and found labeling text is as same as SQLite expert's error when encoding is ANSI as following. image image What can I do? tempdb.zip

pmeems commented 6 years ago

See my answer at https://github.com/MapWindow/MapWinGIS/issues/68 No need to cross post questions.