German Umlauts in OBJ_NAME
Status: Alpha
Brought to you by:
aroth001
German umlauts in OBJ_NAMES lead to problems in move
objects. Could be that this bug shows up in other
functions, too.
Code-example:
$doc = steam_factory::create_textdoc( $steam_con, "üö",
"This doc leads to the bug." );
Logged In: YES
user_id=662160
Strings must be submitted as UTF-8
just try utf8_encode("üö"),
maybe that works