[Commits] [wesnoth/wesnoth] 33503f: campaignd: Use utf8::lowercase() instead of a dire...
GitHub
noreply at github.com
Thu Jun 5 02:32:34 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 33503f2f57b757d60edee2d5d6ecb616cd4fbd78
https://github.com/wesnoth/wesnoth/commit/33503f2f57b757d60edee2d5d6ecb616cd4fbd78
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-06-04 (Wed, 04 Jun 2014)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Use utf8::lowercase() instead of a direct call to libc tolower()
Note that the next loop in the same chunk of code already uses
utf8::lowercase() even though both strings are really of the same
nature.
More information about the Commits
mailing list