[This is preliminary documentation and is subject to change.]

Replaces UTF-8 symbol characters with ASCII control characters, matching Code Page 437. Opposite of ReplaceEmotesWithUncode.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
public static string ReplaceUncodeWithEmotes(
	string input
)

Parameters

input
String
String to process.

Return Value

Processed string, with its UTF-8 symbol characters replaced.

Exceptions

ExceptionCondition
System..::..ArgumentNullException input is null.

See Also