Message from discussion
enter utf-8 symbols
Received: by 10.52.88.73 with SMTP id be9mr1717609vdb.25.1307953268027;
Mon, 13 Jun 2011 01:21:08 -0700 (PDT)
X-BeenThere: vim_multibyte@googlegroups.com
Received: by 10.52.187.102 with SMTP id fr6ls1784738vdc.0.gmail; Mon, 13 Jun
2011 01:21:07 -0700 (PDT)
Received: by 10.52.96.161 with SMTP id dt1mr1641089vdb.8.1307953267244;
Mon, 13 Jun 2011 01:21:07 -0700 (PDT)
Received: by 10.52.96.161 with SMTP id dt1mr1641088vdb.8.1307953267235;
Mon, 13 Jun 2011 01:21:07 -0700 (PDT)
Return-Path: <graycardinals...@gmail.com>
Received: from mail-vw0-f41.google.com (mail-vw0-f41.google.com [209.85.212.41])
by gmr-mx.google.com with ESMTPS id a10si4945966vdt.0.2011.06.13.01.21.07
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 13 Jun 2011 01:21:07 -0700 (PDT)
Received-SPF: pass (google.com: domain of graycardinals...@gmail.com designates 209.85.212.41 as permitted sender) client-ip=209.85.212.41;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of graycardinals...@gmail.com designates 209.85.212.41 as permitted sender) smtp.mail=graycardinals...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by vws4 with SMTP id 4so4813655vws.14
for <vim_multibyte@googlegroups.com>; Mon, 13 Jun 2011 01:21:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type:content-transfer-encoding;
bh=LKUr92iLY+AbFLkXqYbvEdOAQCBJNtSJU/dMU3em3tI=;
b=IabfxSrj1t5KaD/elrGC6tc1QWwvehvn0hv/OH8lqdQ3TedT7oUZ7hxBywBSuG7g7E
Q5VH6233IVPdzC3lrJ72YdZPl5mswIES3G3n961ErRdPRFpgnYwravgE+eAkdTBrtX17
2CoUfkjH/fL3EQlsa3WZj0HKmAr+41T2NMvZM=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type:content-transfer-encoding;
b=IAK0icLm/pJRC5TqrARJkyT/+lUZE6DCY7e19vgn+5IUKzZGDy1cjDYitTW98Mdnxo
KBzWIMDKQvsA4FSnHjJ5K1uwzKuxivnHzCL47py2Je+wXTrzYkianyiunvMxOO+vt/zh
B0PMCoka/nEl3HtoK0z3MKqkFZ0BDo1vVg0cQ=
MIME-Version: 1.0
Received: by 10.52.74.98 with SMTP id s2mr6883846vdv.277.1307953267110; Mon,
13 Jun 2011 01:21:07 -0700 (PDT)
Received: by 10.52.169.1 with HTTP; Mon, 13 Jun 2011 01:21:07 -0700 (PDT)
In-Reply-To: <201106130737.04373@-zyx>
References: <BANLkTiks50RRLCCkBUdg5txPk115Ang...@mail.gmail.com>
<201106130737.04373@-zyx>
Date: Mon, 13 Jun 2011 15:21:07 +0700
Message-ID: <BANLkTi=fD24iARVyxz9FwP_Xn0UE5n3...@mail.gmail.com>
Subject: Re: enter utf-8 symbols
From: Oleg Puchinin <graycardinals...@gmail.com>
To: vim_multibyte@googlegroups.com
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable
Thank you, very much !!!
2011/6/13 ZyX <zyx....@gmail.com>:
> =EF=D4=D7=C5=D4 =CE=C1 =D3=CF=CF=C2=DD=C5=CE=C9=C5 <<enter utf-8 symbols>=
>,
> =D0=D2=C9=D3=CC=C1=CE=CE=CF=C5 =D7 17:13:12 12 =C9=C0=CE=D1 2011, =F7=CF=
=D3=CB=D2=C5=D3=C5=CE=D8=C5.
> =EF=D4=D0=D2=C1=D7=C9=D4=C5=CC=D8: Oleg Puchinin:
>
>> Is it possible to enter characters UTF-8 on the code? For example some
>> command? Say - entered the command with the correct hex code and got
>> the correct character?
> Yes. Some methods (X means <<hex character>>):
> <C-v>xXX
> <C-v>uXXXX
> <C-v>UXXXXXXXX
> <C-r>=3D"\uXXXX"<CR>
> <C-r>=3Dnr2char(0xX...)<CR>
> (All meant to be run from insert or command mode. In second case input wi=
ll go
> to the command line.)
>
> =F4=C5=CB=D3=D4 =D3=CF=CF=C2=DD=C5=CE=C9=D1:
>> Hello !
>> Is it possible to enter characters UTF-8 on the code? For example some
>> command? Say - entered the command with the correct hex code and got
>> the correct character?
>>
>> Best regards,
>> Oleg.
>