CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: farukcse

Search: Search took 0.04 seconds.

  1. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    Many Many thanx for your cooperation. Actualy your code is working using this code
    [code]
    AJAX.get('test.php?x=' + encodeURIComponent(this.value), getUpdate).

    now this is working...
  2. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    Have you checked with arabic characters as input? i.e. send س سص فخ to test.php file and get the output at arabic.html.
    i tested with IE,mozila . this is same problem i.e i got the...
  3. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    Actually your code works very well if i type english characters in the input box as input for the text box . but if i type arabic character then it's output comes as ???.
    i.e if i type...
  4. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    According your .zip files i used these files.in your file i can get arabic characters from arabic.php using ajax to arabic.html and inthat case there is no problem. but when i want to send...
  5. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    Thanx for your reply.
    still i am facing the same problem.
    my php and ajax code :

    1. file1.php


    <?php
    header('Content-Type: text/html; charset=utf-8');
  6. Replies
    13
    Views
    13,295

    Re: encoding problem

    Dear Sir,
    i added chracter set=utf-8 to both of my php file. but still am getting the same problem i.e i can't see my arabic characters. so can you tell me the way or code to set character set in...
  7. Replies
    13
    Views
    13,295

    encoding problem

    Dear Sir,

    i am facing a encoding problem in AJAX , it seems that it doesnt support multilanguage , i m trying to display Arabic text and i got '????'

    how can i solve this problem?please try to...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured