Displaying 20 results from an estimated 344 matches for "multibytes".
Did you mean:
multibyte
2010 May 10
6
feedback on a few ActiveSupport::Multibyte patches
Hi all,
In response to Rodrigo Rosas''s message about mb_chars.upcase not
giving the expected result on 1.9, I''ve done some work in a fork to
make String#mb_chars always return an instance of a proxy class, both
with Ruby 1.8 and Ruby 1.9. The end result of the patch is
(hopefully) to make Rails'' multibyte functionality behave the same way
in 1.8.7 and 1.9.x.
2005 Apr 14
2
Using idmap_rid backend, cannot browse home directory from XP
Samba version is 3.0.10 on Gentoo linux. I am trying
to use idmap_rid backend in a Windows AD environment,
the Linux PC acting only as a domain member. I am
using idmap_rid because I need UID/GID predictability.
I can log in to console correctly, and it shows the
right user and the "Domain Users" as the group.
When I use default winbind TDB, I can browse the home
directory from an XP
2005 Jun 17
2
Illegal multibyte sequence error in pdbedit output
dear list,
in the output of pdbedit -L -v heupink I'm getting these errors:
convert_string_allocate: Conversion error: Illegal multibyte sequence(???p?
????????)
Any ideas where to look..? Are these serieus errors..? (it looks as if the errors occur BEFORE the actual ldap connection is opened, so I guess they're not ldap related...)
My samba is 3.0.14a, and system is sles9
Below find
2005 Mar 11
0
convert_string_allocate: Conversion error: Incomplete multibyte sequence
Hi all,
I have installed samba on aix. I am trying to integrate with the ADS using winbind.
I am able to join domain and retrieve the users and groups from the ADS.
I am not able to login to the server with ADS user id and password.
The winbindd.log has the following error.
Please let me know what is the solution for this.
?lib/charcnv.c:convert_string_allocate(567) +
2009 Oct 15
5
invalid multibyte character error
Hi.
When I try to use multibyte characters in my rails controller I get an
invalid multibyte characters error
(<rails_app>/app/controllers/admin_controller.rb:6: invalid multibyte
char (US-ASCII)).
Here is my controller:
contoller AdminController < ApplicationController
def read
@title = ''Заголовок страницы''
end
end
Here is my haml template extraction:
...
2011 Sep 07
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
As was mentioned once before, the correct solution is to never use multibyte anywhere. Any Windows functions that currently return multibyte strings should be converted to their wide-string (unicode) equivalent, with the result converted to UTF-8.
> From: Nikola Smiljanic <popizdeh at gmail.com>
>
> I think I got it this time. I realized that ::open and ::stat work just fine with
2016 Nov 29
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
Mail file is server is a member server is Samba 3.6.26 on Solaris 11.
It had been a BDC but a few week ago a switched it back to a member
server. The 2 current DC's had been running Samba 3.6.25 but switched
to Samba 4.4.7. This is a classic domain.
Some Windows users reported that browsing folders shared from the member
server have become very slow over the last few weeks. Which
2008 Sep 02
1
Winbind 3.2.3 error with trusted domains
With Samba on Debian Lenny joined to a Server 2003 Native domain that has two incoming non-transitive trusts (users in my domain can authenticate to the foreign domains, but their users cannot authenticate to us) winbind is taking a very long time to authenticate or list users the first time it is used after starting. Winbind blocks for four to five minutes, and anything that touches winbind will
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811
Summary: rsync error: error allocating core memory buffers (code
22) at io.c(635)
Product: rsync
Version: 3.0.4
Platform: x64
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2002 Nov 13
1
Does the newest version support Mulitibyte NETBIOS name?
Dear Sir,
I remember that I can use multibyte NETBIOS name (just as Traditional Chinese) in Microsoft Windows to talk with the previous version of samba (maybe 2.0.7).
But since I use 2.2.3a (which is included in RedHat 7.3), the log file name is incorrect when the client use multibyte NETBIOS name. And when I use the newest version (2.2.6), if the client use multibyte NETBIOS name, then the
2010 Jun 09
1
[patch] fix bytesize in exception template; multibyte titleize
Hi all,
I wanted to draw some attention to a couple of very small multibyte-related
patches I believe should be included before Rails 3.0 RC1:
* Use String#bytesize rather than String#length in exception templates:
This is a simple case where string length is checked, but bytes is needed,
so it breaks with string with multibyte chars.
2006 Oct 02
22
Multi Byte Strings
Hey guys,
We''ve been talking about the multi-byte patch and I think it''s time to
get feedback from you guys on a possible way forward.
We can include ActiveSupport::Multibyte with rails 1.2, and update all
of the relevant helpers to use the String#chars proxy. This will mean
that none of the action view helpers will mangle multibyte strings.
Similarly, if any Strings are being
2012 Sep 25
2
OpenSSH banner doesnot display multibyte characters like korean
Hello,
The banner message displayed on the screen contain octal values
instead of korean chars. Prior to ssh 5.1 the banner message would
display the charaters properly.
I understand that starting from 5.1 the message is passed through
strnvis() function.
I looked into documentation on strnvis and found that it does not
support multibyte chars and doesnt work well with international chars.
2010 Aug 02
1
Multibyte characters in (row) names
I have an array with names which contain multibyte characters. ?When I try to
write the array to a file using write.table and row.names = T I receive an error
message when the first such name is encountered, saying that I have not
specified the option to generate NA instead. ?I really would be satisfied if the
row name in the file were exactly what is displayed when I print the array on
the
2011 Sep 07
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
The problem is not in the functions that return multibyte strings (the
multibyte string is coming from argv) but in the functions that can't handle
utf8 input on windows, such as ::open and ::stat.
llvm::sys::fs module assumes utf8 input and I don't think this is true for
windows. One solution would be to make the module work with multibyte
strings as I've done, and the other one
2013 Sep 05
1
Conversion error: Illegal multibyte sequence
Hello list,
I've noticed this problem for a few years now, I think. I see it popped
out now and then in discussions. But they always end before a solution
is given.
So let's try one more time :-)
I have plenty of UTF-8 named files and directories. It's UTF-8 all
round, I don't use anything else, so I have no doubt the byte sequences
are correct in the filesystem (I happen to
2006 Oct 26
1
Error: invalid multibyte string
I'm observing the following on different platforms:
> parse(text='"\\x7F"')
expression("\177")
> parse(text='"\\x80"')
Error: invalid multibyte string
...
> parse(text='"\\xFF"')
Error: invalid multibyte string
However,
cat("\x7F\n\x80\n...\xFF\n")
works. Using R --vanilla.
SYSTEMS GIVING THE ERROR:
>
2011 Sep 07
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On Tue, Sep 6, 2011 at 11:28 PM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> The problem is not in the functions that return multibyte strings (the
> multibyte string is coming from argv)
argv is implicitly the return from a UTF16->multibyte conversion (i.e.
it's lossy).
-Eli
2016 Nov 30
0
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
On Tue, Nov 29, 2016 at 06:36:02PM -0500, Gaiseric Vandal via samba wrote:
> Mail file is server is a member server is Samba 3.6.26 on Solaris
> 11. It had been a BDC but a few week ago a switched it back to a
> member server. The 2 current DC's had been running Samba 3.6.25 but
> switched to Samba 4.4.7. This is a classic domain.
>
>
>
> Some Windows users
2008 Mar 23
1
Errors: Conversion error: Illegal multibyte sequence ...
Hello all,
I'm running samba server ?3.0.25b-1.el4_6.4 on the Red Hat Enterprise Linux
ES release 4 (Nahant Update 6). The server is set to be a part of the
Windows AD domain. The domain name is IIS. In the /var/log/samba/wb-IIS.log
I keep getting the messages similar to:
[2008/03/23 09:01:01, 3] lib/charcnv.c:convert_string_internal(265)
? ? convert_string_internal: Conversion error: