473,804 Members | 3,745 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question to anyone uses Iconv tool on windows .

hadi00
9 New Member
Hey there, first of all I don't know if this is the best forum to best my question in , if it's not, am sorry a lot.
Secondly; I want anyone uses Iconv System tool on "win xp sp2 os",plz to help me how he does that, cause I tried it a lot and it failed, this is what I've done so far ;
1- I downloaded GnuWin32 Iconvlib and installed on my hard disk , "by the way I am working my developement on a localhost sever on my own pc",
2- when ever I try any command begins with : ' Iconv ' ,returns error that such command doesn't exist .. Wheather I run it on windows command screen , or through Iconv.exe screen which located in the "C:\Program Files\GnuWin32\ bin" folder.
and after all , thank to all of u ppl ,stuff and members,for ur important work in this important site .
hadi
Mar 14 '08 #1
1 1770
Stang02GT
1,208 Recognized Expert Top Contributor
I think your question is better suited for the Windows Forum. PM a Mod and ask them to move it there for you.


Thanks.
Mar 14 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
5078
by: pbuchheit | last post by:
I need to convert Japanese characters to UTF-8. I tried using this command on a PHP 5.0.3 server: $out = iconv("iso-2022-jp", "utf-8", $in); But it does not work. Can anyone tell me what I'm doing wrong? (Note: I also tried this, unsuccessfully, with Chinese characters: $out = iconv("gb2312", "utf-8", $in); )
1
4724
by: yong | last post by:
I want to use iconv.h to convert some text to another charset. The code is below: ====== #include <stdio.h> #include <stdlib.h> #include <iconv.h> int main()
3
2460
by: s_emiliano | last post by:
I am trying to get " feed to javascript" (http://jade.mcli.dist.maricopa.edu/feed/index.php) to run on my windows 2003 server. The testing script that they they provide gives this error when run: Warning: No support for iconv (--with-iconv) or multi-byte strings (--enable-mbstring).No support character set munging. at http://us2.php.net/iconv I found that "To use functions provided by this module, the PHP binary must be built with the...
4
1601
by: julian_m | last post by:
I've a problem related charset (I think) I've a database field which can have characters like "á - é - í - ó - ú". When I browse the database, thoser characters seem to be correct, but whenever I try to read and echo them to xml I see only weird signs like ? @ # (This doesn't happen when I output them as HTML) I think that my problem is related to these two lines:
4
22053
by: uday.sen | last post by:
Hi, I need to convert a string from UTF8 to wide character (wchar_t *). I perform the same in windows using: MultiByteToWideChar(CP_UTF8, 0, pInput, -1, pOutput, nLen); However, in linux this API is not available. However, there exists mbstowcs() API, which converts multibyte string to wide character. But will this API convert UTF8 encoded string to wide character? Or this
5
4067
by: Jo M | last post by:
Hello, Does anyone of you know any tool that would convert regular expressions to XML compatible form? I mean tool that would convert e.g. & to &amp; etc. I have written an ASP.NET C# application that uses regular expressions stored in XML file but a tool that would convert Regexp to XML compatible form would be nice,
2
3508
by: kkadrese | last post by:
hello group, I cannot figure out how to use iconv to "normalize" characters specific to some language. I need it in file upload where I take a file from local disc and then save to server and use in web pages, for example, as img source. What should be the second parameter of the function? Say,
2
1202
by: parshin.da | last post by:
Hi, i have following problem: when i tried to run following code, i`ve got segmentation fault error char s; char d; char* ps = s; char* pd = d;
5
10487
by: kp | last post by:
Hi, I am compiling on an AIX 5.1 box and my test machine is AIX 5.3. I run the foll. steps for compiling my test binary "test" /usr/vacpp/bin/xlC test.c -c -o test.o -I/home/jag/progs/include -I/ usr/lpp/application/include /usr/vacpp/bin/xlC -o test -L/home/jag/progs/lib -L/usr/lib -L/usr/lpp/ application/lib -brtl -s test.o -lapplicationapi -liconv
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10583
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9160
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3822
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2995
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.