mysql - Unicode binded Special Auxiliaries character output error in report -


i inserted string mysql utf-8 database අධ්‍යාපන. output in report displays : අධ් ්‍ය පන.

this happens other binding characters too. solution can use fix this?

(i don't have "answer", further info. maybe or else can take here. know nothing sinhala.)

hex first should be

e0b685 e0b6b0 e0b78a e2808d e0b6ba e0b78f e0b6b4 e0b6b1 

is select hex(...) shows? other is

e0b685 e0b6b0 e0b78a 20 e0b78a e2808d e0b6ba 20 e0b6b4 e0b6b1 

notice spaces (20) in it. wonder added spaces.

can explain these 2 characters? 1 duplicated, other removed??

utf=8      unicode          meaning e0b78a     3530=x0dca  [්]  nsm  sinhala sign al-lakuna e0b78f     3535=x0dcf  [ා]    l  sinhala vowel sign aela-pilla 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -