Ticket #60 (closed bug: fixed)

Opened 18 months ago

Last modified 18 months ago

+ が消えてしまう問題

Reported by: mootoh Owned by: mootoh
Priority: major Milestone:
Component: component1 Version:
Severity: Keywords: QSTwitter
Cc:

Description

URIがescapeされてしまってるぽい。

Change History

Changed 18 months ago by mootoh

  • status changed from new to closed
  • resolution set to fixed

fixed in r5318 .

http://lists.apple.com/archives/Cocoa-dev/2007/Apr/msg01225.html によると、

Probably because this is stringByAddingPercentEscapesUsingEncoding is a wrapper for the CF method which, by default, only encodes the characters specified by RFC 2396 as needing to be encoded. Characters ! and + do not need to be encoded.

とのことなので、無理矢理だけど '+' を '%2B' にするad-hocな解決をした。

Note: See TracTickets for help on using tickets.