Jaehoon CHOI - 2008-08-28

in settings.xml,

<item name="stripperregex" value="[^0-9a-zA-Z]"/> 

this code only works for English-user environment.

it should changed to,

<item name="stripperregex" value="[^\p{L}0-9]"/>