Amazines Free Article Archive
www.amazines.com - Saturday, September 06, 2025
Read about the most recent changes and happenings at Amazines.com
Log into your account or register as a new author. Start submitting your articles right now!
Search our database for articles.
Subscribe to receive articles emailed straight to your email account. You may choose multiple categories.
View our newest articles submitted by our authors.
View our most top rated articles rated by our visitors.
* Please note that this is NOT the ARTICLE manager
Add a new EZINE, or manage your EZINE submission.
Add fresh, free web content to your site such as newest articles, web tools, and quotes with a single piece of code!
Home What's New? Submit/Manage Articles Latest Posts Top Rated Article Search
Google
Subscriptions Manage Ezines
CATEGORIES
 Article Archive
 Advertising (133577)
 Advice (161673)
 Affiliate Programs (34799)
 Art and Culture (73858)
 Automotive (145730)
 Blogs (75626)
 Boating (9851)
 Books (17224)
 Buddhism (4130)
 Business (1331101)
 Business News (426461)
 Business Opportunities (366526)
 Camping (10974)
 Career (72796)
 Christianity (15854)
 Collecting (11638)
 Communication (115089)
 Computers (241958)
 Construction (38977)
 Consumer (49954)
 Cooking (17080)
 Copywriting (6734)
 Crafts (18203)
 Cuisine (7549)
 Current Affairs (20323)
 Dating (45910)
 EBooks (19704)
 E-Commerce (48279)
 Education (185538)
 Electronics (83525)
 Email (6438)
 Entertainment (159864)
 Environment (29004)
 Ezine (3040)
 Ezine Publishing (5454)
 Ezine Sites (1551)
 Family & Parenting (111012)
 Fashion & Cosmetics (196613)
 Female Entrepreneurs (11854)
 Feng Shui (134)
 Finance & Investment (310640)
 Fitness (106493)
 Food & Beverages (63058)
 Free Web Resources (7941)
 Gambling (30227)
 Gardening (25207)
 Government (10519)
 Health (630195)
 Hinduism (2206)
 Hobbies (44083)
 Home Business (91754)
 Home Improvement (251316)
 Home Repair (46264)
 Humor (4729)
 Import - Export (5462)
 Insurance (45105)
 Interior Design (29640)
 International Property (3488)
 Internet (191035)
 Internet Marketing (146690)
 Investment (22864)
 Islam (1161)
 Judaism (1352)
 Law (80500)
 Link Popularity (4596)
 Manufacturing (20937)
 Marketing (99329)
 MLM (14140)
 Motivation (18237)
 Music (27000)
 New to the Internet (9498)
 Non-Profit Organizations (4049)
 Online Shopping (129743)
 Organizing (7813)
 Party Ideas (11855)
 Pets (38165)
 Poetry (2229)
 Press Release (12691)
 Public Speaking (5643)
 Publishing (7566)
 Quotes (2407)
 Real Estate (126924)
 Recreation & Leisure (95497)
 Relationships (87678)
 Research (16182)
 Sales (80372)
 Science & Technology (110301)
 Search Engines (23525)
 Self Improvement (153317)
 Seniors (6224)
 Sexuality (36012)
 Small Business (49405)
 Software (83054)
 Spiritual (23539)
 Sports (116156)
 Tax (7664)
 Telecommuting (34070)
 Travel & Tourism (308305)
 UK Property Investment (3123)
 Video Games (13382)
 Web Traffic (11803)
 Website Design (56951)
 Website Promotion (36673)
 World News (1000+)
 Writing (35853)
Author Spotlight
ROBIN CALAMAIO

Free Christian Ebook (s) and more at freelygive-n.com! Robin Calamaio became a Christian in 1977....more
AREESH ISHTIAQ

Areesh Ishtiaq a Top Rated SEO and Digital Marketing Guru on Upwork, working as a project manager fo...more
LEMUEL ASIBAL

Lemuel Asibal is a web content writer who also ventures on writing articles and blog posts about any...more
LINDA HOLLAND

I am a passionate article and blog writer based in South Africa. With a love for life and a strong d...more
JOSEPH ZHOU

China Care Medical has been exporting out Chinese medical equipment for many different countries. We...more


Flex SDK 4.5.2 in Flash Builder 4.6 Pre-Release with ICU by benerald cannison





Article Author Biography
Flex SDK 4.5.2 in Flash Builder 4.6 Pre-Release with ICU by
Article Posted: 10/04/2011
Article Views: 153
Articles Written: 189
Word Count: 758
Article Votes: 0
AddThis Social Bookmark Button

Flex SDK 4.5.2 in Flash Builder 4.6 Pre-Release with ICU


 
Software
For Globalization of Flex Applications!

The pre-release version of Adobe Flash Builder4.6 has a new Flex SDK version 4.5.2 with integrated AIR3 and enables invoking important globalization features.

Flex is a highly productive, open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and operating systems. Adobe Flash and AIR are platforms to develop rich internet applications. Flash is used for browser based applications, AIR for native platform applications. Both have support for globalization features like locale aware formatting/parsing, collation, case transforms, localization and multi-lingual text rendering. However, text normalization, transliteration, Unicode character properties, encoding conversions, charset detections, Unicode string utilities etc., are not included.

Why We Need Globalization Applications are accessed by users from different geographical areas. Globalization lets you create applications for all your customers in all the languages that you support. Your application can process data containing numeric values, dates, currencies, and times. You can format each of these types of data differently for different countries and regions. You can also develop applications in languages other than English.

Globalization is composed of Internationalization, or developing language-neutral application functionality that can recognize, process, and respond to data regardless of its representation. That is, whatever the application can do in one language, it can also do in another; and Localization, or taking shared, language-neutral functionality and applying to it a locale-specific interface.

Globalizing Flex Applications Globalized Flex applications avoid errors and confusion for your customers. This is evident in date formats. For example, a date in the form 1/2/2004 is interpreted as January 2, 2003 in the United States, but as February 1, 2004 in European countries. Currency formats are also important. Think of how your customers would feel if they found out the correct price for an item is 15,000 American dollars, not 15,000 Mexican pesos, which is equivalent to about 1600 American dollars.

Your website can also accept some form of text input such as customer feedback. You might want to support that feedback in multiple languages using a variety of character sets.

Using Flex SDK for Globalization AIR and Flash can invoke, through ActionScript, the services of external dynamic libraries providing rich globalization support.

AIR applications can use globalization services provided by ICU. The AIR ICU extension is easy to build using the publicly available Adobe Flex SDK or using Flash Builder 4.6.

ICU Open source ICU (International Components for Unicode) is a set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.

Here are a few highlights of the services provided by ICU

* Code Page Conversion: Convert text data to or from Unicode and nearly any other character set or encoding. ICU's conversion tables are based on charset data collected by IBM over the course of many decades, and is the most complete available anywhere. * Collation: Compare strings according to the conventions and standards of a particular language, region or country. ICU's collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from the Common Locale Data Repository, a comprehensive source for this type of data. * Formatting: Format numbers, dates, times and currency amounts according the conventions of a chosen locale. This includes translating month and day names into the selected language, choosing appropriate abbreviations, ordering fields correctly, etc. This data also comes from the Common Locale Data Repository. * Time Calculations: Multiple types of calendars are provided beyond the traditional Gregorian calendar. A thorough set of time zone calculation APIs are provided. * Unicode Support: ICU closely tracks the Unicode standard, providing easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by the Unicode Standard. * Regular Expression: ICU's regular expressions fully support Unicode while providing very competitive performance. * Bidi: support for handling text containing a mixture of left to right (English) and right to left (Arabic or Hebrew) data. * Text Boundaries: Locate the positions of words, sentences, paragraphs within a range of text, or identify locations that would be suitable for line wrapping when displaying the text.

As discussed early on in this article, the above features of ICU are in addition to the features provided by Flex / Flash Builder, such as locale aware formatting/ parsing, collation, case-transforms, localization and multi-lingual text rendering.

For Free consultation on Flex Development, Flex Experts, Hire your Flex Programmers, Flex Developers visit http://www.dckap.com/

Related Articles - flex developments, flex development, flex expert, flex experts, flex programmer, flex programmers, flex programming, flex developer, flex developers,

Email this Article to a Friend!

Receive Articles like this one direct to your email box!
Subscribe for free today!

 Rate This Article  
Completely useless, should be removed from directory.
Minimal useful information.
Decent and informative.
Great article, very informative and helpful.
A 'Must Read'.

 

Do you Agree or Disagree? Have a Comment? POST IT!

 Reader Opinions 
Submit your comments and they will be posted here.
Make this comment or to the Author only:
Name:
Email:
*Your email will NOT be posted. This is for administrative purposes only.
Comments: *Your Comments WILL be posted to the AUTHOR ONLY if you select PRIVATE and to this PUBLIC PAGE if you select PUBLIC, so write accordingly.
 
Please enter the code in the image:



 Author Login 
LOGIN
Register for Author Account

 

Advertiser Login

 

ADVERTISE HERE NOW!
   Limited Time $60 Offer!
   90  Days-1.5 Million Views  

 

Great Paranormal Romance


TIM FAY

After 60-plus years of living, I am just trying to pass down some of the information that I have lea...more
LAURA JEEVES

At LeadGenerators, we specialise in content-led Online Marketing Strategies for our clients in the t...more
ALEX BELSEY

I am the editor of QUAY Magazine, a B2B publication based in the South West of the UK. I am also the...more
STEPHEN BYE

Stephen Bye is a fiction writer. His most recent novels are a 5-book “The Developer” series which be...more
PAUL PHILIPS

For more articles, blog messages & videos and a free e-book download go to www.NewParadigm.ws your p...more
LEVAL AINAH

I am an internet marketer and also an educator. My goal is to help others who are looking to improve...more
STEVERT MCKENZIE

Stevert Mckenzie, Travel Enthusiast. ...more
GENE MYERS

Author of four books and two screenplays; frequent magazine contributor. I have four other books "in...more
ADRIAN JOELE

I have been involved in nutrition and weight management for over 12 years and I like to share my kn...more
MICHAEL BRESCIANI

Rev Bresciani is the author of two Christian books. One book is an important and concisely written b...more

HomeLinksAbout UsContact UsTerms of UsePrivacy PolicyFAQResources
Copyright © 2025, All rights reserved.
Some pages may contain portions of text relating to certain topics obtained from wikipedia.org under the GNU FDL license