Sponsored Content
Full Discussion: Help with command iconv
Top Forums Shell Programming and Scripting Help with command iconv Post 302744087 by jim mcnamara on Thursday 13th of December 2012 09:36:42 PM
Old 12-13-2012
What Os are you on?
 

10 More Discussions You Might Find Interesting

1. Programming

about iconv

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() { iconv_t cd; char instr="汉字"; char *inbuf; char *outbuf; unsigned int insize=7; ... (4 Replies)
Discussion started by: yong
4 Replies

2. UNIX for Advanced & Expert Users

iconv and xmllint

Here is my question, volume of records processed : 5M ( approx ) Its basically very simple operation that am trying to do and I had achieved the output that am interested. What am looking for really is to improve the performance, an optimized way to do that. with respect to iconv, am... (3 Replies)
Discussion started by: matrixmadhan
3 Replies

3. Shell Programming and Scripting

calling iconv from within a script

hi, i am new to unix shell scripting and really desparate about this, so i appreciate any help on this matter. it maybe something obvious as well. two different scripts, the first one is working fine, the second one is not: #!/bin/bash if then echo "usage: $0 <Input file> <Output... (1 Reply)
Discussion started by: ssulger
1 Replies

4. Shell Programming and Scripting

initial setup for iconv

hi I am trying iconv on my linux machine for conversion of RUSSIAN to ENGLISH, but i am not able to get exact result. i want to know what initial setting in linux machine we need to do to get desired output I created sample russian file using google translate in CP866 endcoding and full... (5 Replies)
Discussion started by: peeyushgehlot
5 Replies

5. Shell Programming and Scripting

Help with iconv command

Hi , I am using iconv command to convert a file in UTF-16 format to UTF-8 format. This command will work for few files but for some showing an error as bad input character. But if i copy the contents of the file for which it is showing "bad input character" to a new file and perform the... (0 Replies)
Discussion started by: Shruthi8818
0 Replies

6. UNIX for Dummies Questions & Answers

Help with iconv command

Hi , I am using iconv command to convert a file in UTF-16 format to UTF-8 format. This command will work for few files but for some showing an error as bad input character. But if i copy the contents of the file for which it is showing "bad input character" to a new file and perform the... (2 Replies)
Discussion started by: Shruthi8818
2 Replies

7. Shell Programming and Scripting

Characterset conversion problem using iconv command

Hi Friends, I am not able to conver character set from UTF-8 to IBM-284 throwing an error "cannot open convertor" . Could you please help me how to get out of this error. Below command is working fine iconv -f ISO8859-15 -t UTF-8 fromfile.txt > tofile.txt But the below command is... (2 Replies)
Discussion started by: sivakumarl
2 Replies

8. Shell Programming and Scripting

Iconv for large files

Hi I am using iconv command to convert the encoding of files. Below is the command used: iconv -f UCS-2 -t UTF-8 inputfile.txt> outputfile.txt The command is working fine for files less than 2GB. When I try converting the files of more than 2GB size I get an error as 'Can't open file'. I... (2 Replies)
Discussion started by: vrcr
2 Replies

9. UNIX for Advanced & Expert Users

Iconv on large files

Hi All, I am using iconv to convert huge files. the process is getting killed. I tried the option in below link https://www.unix.com/shell-programming-and-scripting/258825-iconv-large-files.html i.e iconv -f UCS-2 -t UTF-8 < inputfile.txt > outputfile.txt However, the process still gets... (4 Replies)
Discussion started by: tostay2003
4 Replies

10. UNIX for Beginners Questions & Answers

Explain iconv command

I have a requirement to remove all non-ascii characters from a fixed length file. I used the below command which is removing special characters but somehow the total record length is being truncated to one space less. If it is a multi-byte string then many characters at the end are being truncated.... (8 Replies)
Discussion started by: eskay
8 Replies
UJCONV(1p)						User Contributed Perl Documentation						UJCONV(1p)

NAME
ujconv -- reinvented iconv(1) using Unicode::Japanese SYNOPSIS
ujconv [-f from_encoding] [-t to_encoding] [-s string] [files...] ujconv -l ujconv -h ujconv -V VERSION
ujconv 0.02 DESCRIPTION
ujconv is an iconv-like tool which is written in perl using Unicode::Japanese. ujconv reads text from STDIN or files, convert them, and print them to STDOUT. Available options are as follows. Each options can be in short form (-f) or long form (--from): -f,--from from_encoding Convert characters from from_encoding. Unlike iconv this option can be omitted. In that case, the encoding of the input is guessed by ujconv. -t,--to to_encoding Convert characters to to_encoding. -s,--string string Input from the argument string instead of file or STDIN. -l,--list List all available encodings, one name per each lines. -h,--help Print a short help message. -V,--version Print the version of ujconv. SEE ALSO
Unicode::Japanese, piconv(1), iconv(1), ujguess perl v5.14.2 2008-08-05 UJCONV(1p)
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy