view base/src/java/nonstandard/UnsafeUtf.d @ 125:c43718956f21 default tip

Updated the snippets status.
author Jacob Carlborg <doob@me.com>
date Thu, 11 Aug 2011 19:55:14 +0200
parents 536e43f63c81
children
line wrap: on
line source

/** 
 * Stuff for working with narrow strings.
 * Unsafe because of no type checking.
 * 
 * Authors: Denis Shelomovskij <verylonglogin.reg@gmail.com>
 */
module java.nonstandard.UnsafeUtf;

import java.nonstandard.UtfBase;

private const bool UTFTypeCheck = false;
mixin(UtfBaseText);