Hello,

is it correct to write:

char LanguageCode[2], CountryCode[2];
LanguageCode[0] = 'd';
LanguageCode[0] = 'e';
CountryCode[0] = 'D';
CountryCode[1] = 'E';

cmsSetLanguage( (int)LanguageCode, (int)CountryCode );

or do I need to byteswap before?


regards
Kai-Uwe Behrmann
--
development for color management 
www.behrmann.name + www.oyranos.org + www.cinepaint.org


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to