Missing Character when display.newText testing on iPhone

Hello Corona team,

This is the view from simulator

this is the view testing on iPhone

I don’t know what happened with the display.newText function…
I got rss from Blogger feed.
I only use below code in a ListView

 callback=function(row)   
 local t = display.newText(row.title, 0, 0, native.systemFont, 18)  
 t:setTextColor(0, 0, 0)  
 t.x = math.floor(t.width/2) + 12  
 t.y = 46   
 return t  
 end  

Could you please fix this bug ASAP…
Please use Chinese & English mix string to test. OMG…I will die…
Coz I convinced our company to use Corona,
But right now the simple display.newText function can’t work display Chinese & English string currently.

Please ~~~~HELP ME
This is another feed test on Simulator

This is the view on iPhone

Erin [import]uid: 5377 topic_id: 4397 reply_id: 304397[/import]

sorry miss spell about correctly not currently. [import]uid: 5377 topic_id: 4397 reply_id: 13722[/import]

This is the ScrollView test on simulator

This is the string I replaced.

SampleCode/ScrollView

---  
 local lotsOfText = "???????????Facebook????????Mark Zuckerberg?????????????????????????????????????The Giving Pledge?????????????????????????????????????????????????????????????????????????????????????????????????????????????????"  
local icon = display.newImage ("Icon.png" );  
local lotsOfTextObject = util.wrappedText( lotsOfText, 34, 16, native.systemFont, {0,0,0} )  
---  

[import]uid: 5377 topic_id: 4397 reply_id: 13725[/import]

I got same problem.

regard

shawn [import]uid: 38309 topic_id: 4397 reply_id: 26340[/import]

I am getting the same results with my code of all english characters with a custom font. HELP!?!? This is basic functionality!!! [import]uid: 36022 topic_id: 4397 reply_id: 30719[/import]