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

From D Wiki
Jump to: navigation, search
Line 1: Line 1:
 
TODO - (feel free to help out)
 
TODO - (feel free to help out)
  
[[Category: Recipe]]
+
[[Category: Cookbook]]
[[Category: Strings and Text]]
 
 
 
 
=== Test ===
 
=== Test ===
 
(This is difficult to test in a Sandbox)
 
(This is difficult to test in a Sandbox)
  
 
[[Level::Novice]]
 
[[Level::Novice]]
[[Recipe Status::Draft]]
+
[[Cookbook/Type::Recipe]]
 +
[[Cookbook/Status::Draft]]
 +
[[Read time::10 min]]
 
[[D Version::D1]]
 
[[D Version::D1]]
 
[[D Version::D2]]
 
[[D Version::D2]]

Revision as of 13:37, 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