------------------Strings---------------
Hello, World!
The next line should read <yeah baby>
yeah baby

foscoobyar contains scooby
The next line should read <foo bar>
foo bar
------------------Case Insensitive Compare---------------
diacritic sensitive
NeUi != ñéüî

diacritic insensitive
NeUi == ñéüî
------------------Inequality---------------
Cat < Dog
Dog > Cat
Cat == Cat
------------------Conversion---------------
The next line should read <ñéüî>
ñéüî
conversion: Success!
------------------Encoding---------------
Encoding: Western (Windows Latin 1)
IANA charset: WINDOWS-1252
codepage: 1252
------------------Locale---------------
Locale ID: en_US
locale:country code: US
locale:language code: en
------------------Preferred Languages---------------
en_US
------------------Calendar---------------
Calendar ID: gregorian
Type: <CFDate>, Value: <<CFDate 00C3D430 [1019E060]>{time = 285049025}>
Type: <CFTimeZone>, Value: <<CFTimeZone 00C3D778 [1019E060]>{name = Pacific Standard Time; abbreviation = PST; GMT offset = -28800; is DST = false}>
year: 2010
month: 1
day: 12
hour: 20
minute: 17
second: 4.707399
Make sure time zone is correct in the next line:
Tuesday, January 12, 2010 8:17:04 PM PT
------------------Numbers---------------
123,456.789
$123,456.79
------------------Bundle---------------
$$ Failed getting bundle!
--------------------------------------
