Difference between revisions of "Converting strings between ASCII and Unicode and others"

From D Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
[[Category: Cookbook]]
 
[[Category: Cookbook]]
 +
 +
 +
 +
 +
 +
 
=== Test ===
 
=== Test ===
 
(This is difficult to test in a Sandbox)
 
(This is difficult to test in a Sandbox)
<noinclude>
+
 
 
[[Level::Novice]]
 
[[Level::Novice]]
 
[[Cookbook/Type::Recipe]]
 
[[Cookbook/Type::Recipe]]
Line 13: Line 19:
 
[[D Version::D1]]
 
[[D Version::D1]]
 
[[D Version::D2]]
 
[[D Version::D2]]
</noinclude>
 

Revision as of 13:49, 26 November 2012

TODO - (feel free to help out)




Test

(This is difficult to test in a Sandbox)

Novice Recipe Draft

10 min
0.166 hr

D1 D2