# Flash form+php(kirupa tutorial)/messages sent by form show strange characters

**URL:** https://forum.kirupa.com/t/flash-form-php-kirupa-tutorial-messages-sent-by-form-show-strange-characters/168117
**Category:** flash
**Created:** [November 4, 2005, 3:01am UTC](https://forum.kirupa.com/t/flash-form-php-kirupa-tutorial-messages-sent-by-form-show-strange-characters/168117 "2005-11-04T03:01:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![multimediamkt](https://avatars.discourse-cdn.com/v4/letter/m/e9c0ed/32.png) [@multimediamkt](https://forum.kirupa.com/u/multimediamkt)
#### Post date: [November 4, 2005, 3:01am UTC](https://forum.kirupa.com/t/flash-form-php-kirupa-tutorial-messages-sent-by-form-show-strange-characters/168117/1 "2005-11-04T03:01:13Z")

</div>

Flash form+php(kirupa tutorial)/messages sent by form show strange characters - uncorrect stressing for latin languages

I tested flash + php form ([http://www.kirupa.com/developer/act...h\_php\_email.htm](http://www.kirupa.com/developer/act...h_php_email.htm)) , and noticed message field does not send messages correctly when words stressing is needed (á à , é , í , ó , ão ) ;  
I received strange characters when typed stressed words :

Ã¡ Ã© i Ã³ u Ã£o Ã pÃ£o cÃ£o Ã¡rvore ;

what has to be changed on the code to allow stressing ??

cheers

---

<div class="post-metadata">

### Author: ![alexandrewl](https://avatars.discourse-cdn.com/v4/letter/a/7ea924/32.png) [@alexandrewl](https://forum.kirupa.com/u/alexandrewl)
#### Post date: [March 30, 2006, 7:27pm UTC](https://forum.kirupa.com/t/flash-form-php-kirupa-tutorial-messages-sent-by-form-show-strange-characters/168117/2 "2006-03-30T19:27:56Z")

</div>

I had this problem too

at first I tought i would have to write something in the PHP, but than I discovered the problem was in the Flash doc…

You have to put this code in Flash:

System.useCodepage = true;

just that and you sold the problem
