Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] [tag mime type] problem Minivend 4.02



******    message to minivend-users from "Ayayu Infomation desk" <info@ayayu.com>     ******

I could resolved problem.

I modified the [tag] below in etc/report.

This work fine.
[tag op=mime
type=text/plain;CHARSET=ISO-2022-JP
description="Order Text" interpolate=1]
[scratch order_text]
[/tag]

Content-Type: text/plain; CHARSET=ISO-2022-JP


But this doesn't work.
[tag mime type TEXT/PLAIN: CHARSET=ISO-2022-JP][/tag]
[tag op=mime description="Order Text" interpolate=1]
[scratch order_text]
[/tag]

Still [tag] genetates below.
Content-Type: TEXT/PLAIN; charset=US-ASCII


Original simple demo:
[tag mime type TEXT/PLAIN: CHARSET=US-ASCII][/tag]
[tag op=mime description="Order Text" interpolate=1]
[scratch order_text]
[/tag]

Content-Type: TEXT/PLAIN; charset=US-ASCII



----- Original Message -----
From: Ayayu Infomation desk <info@ayayu.com>
To: <minivend-users@minivend.com>
Sent: Thursday, April 06, 2000 8:40 AM
Subject: Re: [mv] [tag mime type] problem Minivend 4.02


> ******    message to minivend-users from "Ayayu Infomation desk"
<info@ayayu.com>     ******
>
> Thanks Joachim,
>
> ISO-2202-JP is my care-less mistake.
> But my issue is [tag mime type] problem.
>
> Can't we specify non-US-ASCII charset with [tag mime]?
>
>
> Murahashi
>
> ----- Original Message -----
> From: <jojo@buchonline.net>
> To: <minivend-users@minivend.com>
> Sent: Thursday, April 06, 2000 1:12 AM
> Subject: Re: [mv] [tag mime type] problem Minivend 4.02
>
>
> > ******    message to minivend-users from jojo@buchonline.net     ******
> >
> > On  5 Apr, Shozo Murahashi wrote:
> > > ******    message to minivend-users from "Shozo Murahashi"
> <murahashi@ayayu.com>     ******
> > >
> > > Hi,
> > >
> > > I encountered again on working of internationalization.
> > >
> > > In etc/report, I would like to modify Content-type
> > >
> > > From:
> > > Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
> > >
> > > To:
> > > Content-Type: TEXT/PLAIN; CHARSET=ISO-2202-JP
> > >
> > > I tried modify tag below, but no effect.
> > >
> > > [tag op=mime type=TEXT/PLAIN: CHARSET=ISO-2202-JP[/tag] or
> > > [tag mime type TEXT/PLAIN: CHARSET=ISO-2202-JP]
> > >
> > > Are there another way to do it?
> > > Should I change Interpolate.pm?
> > >
> > > Any suggestion is helpful.
> > >
> > > --------------------------------------------------------------------
> > > T.KIDA & Co., Ltd.  INTERNET Business Division
> > > Shozo Murahashi
> > >
> > >
> > > -
> > > To unsubscribe from the list, DO NOT REPLY to this message.  Instead,
> send
> > > email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> > > Archive of past messages:
http://www.minivend.com/minivend/minivend-list
> >
> > Shozo-san,
> >
> > iīve look at
> >
> > ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
> >
> > and i couldnīt found this CHARSET "ISO-2202-JP". Maybe this
> >
> > ---------snipp----------
> > Name: ISO-2022-JP  (preferred MIME name)               [RFC1468,Murai]
> > MIBenum: 39
> > Source: RFC-1468 (see also RFC-2237)
> > Alias: csISO2022JP
> >
> > Name: ISO-2022-JP-2  (preferred MIME name)              [RFC1554,Ohta]
> > MIBenum: 40
> > Source: RFC-1554
> > Alias: csISO2022JP2
> >
> > Name: JIS_C6220-1969-jp                                 [RFC1345,KXS2]
> > MIBenum: 41
> > Source: ECMA registry
> > Alias: JIS_C6220-1969
> > Alias: iso-ir-13
> > Alias: katakana
> > Alias: x0201-7
> > Alias: csISO13JISC6220jp
> >
> > Name: JIS_C6220-1969-ro                                 [RFC1345,KXS2]
> > MIBenum: 42
> > Source: ECMA registry
> > Alias: iso-ir-14
> > Alias: jp
> > Alias: ISO646-JP
> > Alias: csISO14JISC6220ro
> >
> > Name: Extended_UNIX_Code_Packed_Format_for_Japanese
> > MIBenum: 18
> > Source: Standardized by OSF, UNIX International, and UNIX Systems
> >         Laboratories Pacific.  Uses ISO 2022 rules to select
> >                code set 0: US-ASCII (a single 7-bit byte set)
> >                code set 1: JIS X0208-1990 (a double 8-bit byte set)
> >                            restricted to A0-FF in both bytes
> >                code set 2: Half Width Katakana (a single 7-bit byte set)
> >                            requiring SS2 as the character prefix
> >                code set 3: JIS X0212-1990 (a double 7-bit byte set)
> >                            restricted to A0-FF in both bytes
> >                            requiring SS3 as the character prefix
> > Alias: csEUCPkdFmtJapanese
> > Alias: EUC-JP  (preferred MIME name)
> >
> > Name: Extended_UNIX_Code_Fixed_Width_for_Japanese
> > MIBenum: 19
> > Source: Used in Japan.  Each character is 2 octets.
> >                 code set 0: US-ASCII (a single 7-bit byte set)
> >                               1st byte = 00
> >                               2nd byte = 20-7E
> >                 code set 1: JIS X0208-1990 (a double 7-bit byte set)
> >                             restricted  to A0-FF in both bytes
> >                 code set 2: Half Width Katakana (a single 7-bit byte
set)
> >                               1st byte = 00
> >                               2nd byte = A0-FF
> >                 code set 3: JIS X0212-1990 (a double 7-bit byte set)
> >                             restricted to A0-FF in
> >                             the first byte
> >                 and 21-7E in the second byte
> > Alias: csEUCFixWidJapanese
> > ---------snipp----------
> >
> > can helps you?
> >
> > Regards,
> >
> > Joachim
> >
> > --
> > Hans-Joachim Leidinger
> > buch online                 jojo@buchonline.net
> > Munscheidstr. 14            FAX: +49 209 1671449
> > 45886 Gelsenkirchen         FAX: 0209 1671449
> >
> > -
> > To unsubscribe from the list, DO NOT REPLY to this message.  Instead,
send
> > email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> > Archive of past messages: http://www.minivend.com/minivend/minivend-list
> >
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: