Announcement

Collapse
No announcement yet.

Unicode in the Product Name Field ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Unicode in the Product Name Field ?

    Is it possible to use unicode in the product name field ?

    I need to name a product Saltł

    But ACtinic is not accepting this in the product name field.

    Please help....

    Thanks,
    Webfu.Design@GMAIL.com
    http://www.webfu-design.com

    #2
    !!<Salt<sup>3</sup>>!! worked for me.

    [added]It did not show in the live preview, but did in the rendered preview in browser page[end add]
    Last edited by wjcampbe; 11-Feb-2006, 03:11 AM. Reason: more detail
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Salt!!<<sup>>!!3!!<</sup>>!! might be better as any embedded HTML is stripped when sending the customer email and possibly (try it and see) when passing the name to the Order.

      This way you'd at least get Salt3.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Originally posted by NormanRouxel
        Salt!!<<sup>>!!3!!<</sup>>!! might be better as any embedded HTML is stripped when sending the customer email and possibly (try it and see) when passing the name to the Order.

        This way you'd at least get Salt3.
        Good one Norman!
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          That's what you get from peering through 1.7Mb of Perl source code. I dimly remember a line somewhere in the Order scripts like

          $html =~ s/!!<.*?>!!//g; # strip any embedded HTML (just in case)

          which is designed to repeatedly gobble the shortest string between !!< and >!!
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X