[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

06/24/2009 at 03:12AM PDT, ID: 24517525
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

How to convert UCS-2 string in UTF-8 in ruby?

Asked by harrykovert in RubyOnRails, Global System for Mobile Communications (GSM)

Tags: ruby, sms, tools, server, UCS-2, UTF-8, sql, send, rails

HI,
I'v an important problem and I don't find the answer in google or anywhere else.
So, I'm making a program which can send and receive sms in ruby.
I use sms tools server on an ubuntu.
I can send sms, every thing is ok.
My problem is when I receive a sms I can't stock the sms text in my database.
Let me explain how I do.
When I receive a sms, sms tools server create a file like this :
---------------------------------------------------------
From: 33614421866
From_TOA: 91 international, ISDN/telephone
From_SMSC: 33609001390
Sent: 09-06-23 15:41:31
Received: 09-06-23 15:41:45
Subject: GSM1
IMSI: 208101056859301
Report: no
Alphabet: UCS2
Length: 50

SMS text

------------------------------------------------
So I add a directory watcher on this directory and when a file is created, I read this file and extract the data to sock them in a database.
Everything is ok except for the smstext.
The text is in UCS-2 : "\000T\000e\000s\000t\000 \000a\000v\000e\000c\000"
I try to convert UCS-2 to UTF-8 to stock it in my sql database whith this code :

      Iconv.iconv("UTF-8","UCS-2",line)

--> line is the line read in the file : line = file.gets

But the only thing that I've is some chinese characters....
Has someone any idea about that?

Thanks for Your answer
[+][-]06/24/09 03:59 AM, ID: 24699877

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/19/09 08:36 AM, ID: 24889823

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: RubyOnRails, Global System for Mobile Communications (GSM)
Tags: ruby, sms, tools, server, UCS-2, UTF-8, sql, send, rails
Sign Up Now!
Solution Provided By: EE_AutoDeleter
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625