Snippet names need to be limited otherwise there is no way to tell when to stop searching backwards for the snippet name. The use of wordchars is intended to exclude programming language operator characters.
But since its impractical to list all Unicode code points in wordchars, all non-ASCII code points are included as well.
The manual could be updated to be more explicit.