1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-26 21:22:00 +03:00
kakoune/test/regression/638-highlight-codepoint-with-bracket
Maxime Coste abac6a9436 Use boost::wregex implementation and manually utf8 decode into it
That way we get proper unicode support in regular expressions as long
as the current locale treats wchar_t as unicode codepoints.

Fixes #638
Fixes #595
Fixes #162
2016-05-10 09:38:21 +01:00
..
cmd Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00
display Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00
in Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00
out Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00
patch Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00
rc Use boost::wregex implementation and manually utf8 decode into it 2016-05-10 09:38:21 +01:00