Skip to content
Commit 03994f01 authored by Priit Laes's avatar Priit Laes Committed by Ingo Molnar
Browse files

x86: fix build on non-C locales.



For some locales regex range [a-zA-Z] does not work as it is supposed to.
so we have to use [:alnum:] and [:xdigit:] to make it work as intended.

[1] http://en.wikipedia.org/wiki/Estonian_alphabet

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2b775a27
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment