(svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes.

This commit is contained in:
rubidium
2010-05-20 15:36:44 +00:00
parent 8d4bb2285c
commit 9d29c54b03
3 changed files with 40 additions and 36 deletions

View File

@@ -12,6 +12,9 @@
#ifndef STRING_TYPE_H
#define STRING_TYPE_H
/** A non-breaking space. */
#define NBSP "\xC2\xA0"
/**
* Valid filter types for IsValidChar.
*/