문제

Sqlite seems to compare unicode strings by code point instead of using unicode equivalence. I need sqlite to use canonical unicode equivalence. Is there a way to do this?

I am using sqlite 3.7.13

도움이 되었습니까?

해결책

You would have to define your own collating sequence, either by writing your own, or by using the ICU extension.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top