RE: Windows2000 Process Affinity

2006-01-23 Thread Ray Albert
Hello, I tried each of the suggestions mentioned and the same error occurs. Unfortunately, once I click ok on the error message box, the application terminates without displaying any additional information. I also tried to accomplish this task directly via the Windows API and also was unsucess

Re: RAS

2006-01-23 Thread Kevin Carothers
Hi Daniel, Unless I'm missing something, it sounds like you have a transaction model-   where each "dial-up" operation is a transaction.   In such a model, you'd prolly like to have a service-date/time and a service completion date-time. If I was tasked with this, I'd start with adding data colum

Re: Changing the substitution charactor in Encoding::encode

2006-01-23 Thread Gisle Aas
Foo Ji-Haw <[EMAIL PROTECTED]> writes: > I'm trying to 'water down' a utf8-encoded to latin-1. Using > Encode::encode does the trick, and it replaces character that do not > fit into latin-1 with a subtitution character (as per the > documentation) > > Can anyone tell me how I can change this cha

Changing the substitution charactor in Encoding::encode

2006-01-23 Thread Foo Ji-Haw
Hi all, I'm trying to 'water down' a utf8-encoded to latin-1. Using Encode::encode does the trick, and it replaces character that do not fit into latin-1 with a subtitution character (as per the documentation) Can anyone tell me how I can change this character to something else, like a ' '?