Zend Framework

way to escape ";" in Csv Adapter

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 0.9.1
  • Fix Version/s: 0.9.3
  • Component/s: Zend_Translate
  • Labels:
    None

Description

I can't use a ";" inside the translated string because it is the separation character in csv files.
Is it possible to add an escape way to use ";" in translated string ?

Activity

Hide
Thomas Weidner added a comment -

Fixed with SVN 4426.

Double the separator to include him into the string.

"Message;;1;Nachricht1" => "Message;1" -> "Nachricht1"
see documentation for details.

Also added the possibility to change the separator to any other wished sign.

Show
Thomas Weidner added a comment - Fixed with SVN 4426. Double the separator to include him into the string. "Message;;1;Nachricht1" => "Message;1" -> "Nachricht1" see documentation for details. Also added the possibility to change the separator to any other wished sign.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: