I tried to use Corona Card for WP8, and it was working very well.
but when I added the Arabic code I only see question marks.
What is the problem, the code on android and IOS are working without any error.
English
Code
-- -- Abstract: Hello World sample app. -- -- Version: 1.2 -- -- Sample code is MIT licensed -- Copyright (C) 2014 Corona Labs Inc. All Rights Reserved. -- -- Supports Graphics 2.0 ------------------------------------------------------------ local background = display.newImage( "world.jpg", display.contentCenterX , display.contentCenterY) local myText = display.newText( "New App", display.contentCenterX, display.contentWidth / 4, native.systemFont, 50 ) myText:setFillColor( 1.0, 0.4, 0.4 )
Arabic
-- -- Abstract: Hello World sample app. -- -- Version: 1.2 -- -- Sample code is MIT licensed -- Copyright (C) 2014 Corona Labs Inc. All Rights Reserved. -- -- Supports Graphics 2.0 ------------------------------------------------------------ local background = display.newImage( "world.jpg", display.contentCenterX , display.contentCenterY) local myText = display.newText( "برنامج جديد", display.contentCenterX, display.contentWidth / 4, native.systemFont, 50 ) myText:setFillColor( 1.0, 0.4, 0.4 )
Thanks And Regards,