www.paypal.com/jp/cgi-bin/webscr? item_name encoding
问题 I am working on a site that is trying pass a japanese item name to paypal through this form <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input name="cmd" value="_xclick" type="hidden"> <input name="item_name" value="フォトグラフィー基礎コース" type="hidden"> <input name="amount" value="59000" type="hidden"> <input name="currency_code" value="JPY" type="hidden"> <input type="hidden" name="item_number" value="PHP001"> <input name="no_note" value="0" type="hidden">