Adobe Reader box with Japanese characters??

Installed reader for my mac. When trying to use, get box showing "Adobe Reader" and all Japanese characters, and nothing happens.  What to do??I

See this topic: https://forums.adobe.com/thread/1486157

Similar Messages

  • Issue with Japanese characters in files/filenames in terminal.

    I recently downloaded a zip file with Japanese characters in the archive and in the files within the archive. The name of the archive is "【批量下载】パノプティコン労働歌 第一等.zip"
    The characters are properly displayed in firefox, chrome, and other applications, but in my terminal some of the characters appear corrupted. Screenshot: https://i.imgur.com/4R22m0D.png
    Additionally, this leads to corruption of the files in the archive. When I try to extract the files, this is what happens:
    % unzip 【批量下载】パノプティコン労働歌 第一等.zip
    Archive: 【批量下载】パノプティコン労働歌 第一等.zip
    extracting: +ii/flac/Let's -+-ʦ1,000,000-.flac bad CRC 5f603d51 (should be debde980)
    extracting: +ii/flac/+ѦѾP++ -instrumental-.flac bad CRC 78b93a2d (should be 3501d555)
    extracting: +ii/flac/----.flac bad CRC ddeb1d3e (should be c05ae84f)
    extracting: +ii/flac/+ѦѾP++.flac bad CRC 0ccf2725 (should be be2b58f1)
    extracting: +ii/flac/Let's -+-ʦ1,000,000--instrumental-.flac bad CRC 67a39f8e (should be ece37917)
    extracting: +ii/flac/.flac bad CRC f90f3aa0 (should be 41756c2c)
    extracting: +ii/flac/ -instrumental-.flac bad CRC 3be03344 (should be 0b7a9cea)
    extracting: +ii/flac/---- -instrumental-.flac bad CRC 569b6194 (should be adb5d5fe)
    I'm not sure what could be the cause of this. I'm using uxterm with terminus as my main font and IPA gothic (a Japanese font) as my secondary font. I have a Japanese locale set up and have tried setting LANG=ja_JP.utf8 before, but the results never change.
    Also, this issue isn't just with this file. This happens with nearly all archives that have Japanese characters associated with it.
    Has anyone encountered this issue before or knows what might be wrong?
    Last edited by Sanbanyo (2015-05-21 03:12:56)

    Maybe 7zip or another tool has workarounds for broken file names, you could try that.
    Or you could try to go over the files in the zip archive one-by-one and write it to files out-1, out-2, ..., out-$n without concerning yourself with the file names. You could get file endings back via the mimetype.
    This script might work:
    #include <stdio.h>
    #include <zip.h>
    static const char *template = "./out-%04d.bin";
    int main(int argc, char**argv)
    int err = 0;
    zip_t *arc = zip_open((const char*)argv[1], ZIP_RDONLY, &err);
    if(arc == NULL)
    printf("Failed to open ZIP, error %d\n", err);
    return -1;
    zip_int64_t n = zip_get_num_entries(arc, 0);
    printf("%s: # of packed files: %d\n", argv[1], n);
    for(int i = 0; i < n; i++)
    zip_stat_t stat;
    zip_stat_index(arc, i, ZIP_FL_UNCHANGED, &stat);
    char buf[stat.size];
    char oname[sizeof(template)];
    zip_file_t *f = zip_fopen_index(arc, (zip_int64_t)i, ZIP_FL_UNCHANGED);
    zip_fread(f, (void*)&buf[0], stat.size);
    snprintf(&oname[0], sizeof(template), template, i);
    FILE *of = fopen(oname, "wb");
    fwrite(&buf[0], stat.size, 1, of);
    printf("%s: %s => %lu bytes\n", argv[1], oname, stat.size);
    zip_fclose(f);
    fclose(of);
    zip_close(arc);
    return 0;
    Compile with
    gcc -std=gnu99 -O3 -o unzip unzip.c -lzip
    and run as
    ./unzip $funnyzipfile
    You should get template-named, numbered output files in the current directory.
    Last edited by 2ion (2015-05-21 23:09:29)

  • How to open Adobe Reader DC with Tools Closed

    I do NOT like Adobe Reader opening with the right column expanded.
    Also in all previous versions I could save my login for protected pdf files and when I open them back up they require a login again.  This is NOT how I want to work with Adobe Reader.
    Adobe Reader XI was so much better.

    Before the DC version we were able to save our passwords from University of Phoenix and when opening the document saved to our computer it would unlock automatically.  This new version DC will not allow this even when you say Yes.
    The Right Column in previous versions would allow to disable until requested to appear this version it opens regardless.
    Just my opinion here  Adobe Failed at customer satisfaction on this UPGRADE.
    Regards a unhappy Adobe user.

  • I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    Once again, my thanks for your assistance. If I may impose on your generosity one more time, if I understand you correctly if I create a document on Word or WordPerfect, print it and scan it to create a pdf, the search function will not work. But, if I create the pdf document in Word the search function will work. Unfortunately, I am not sure how I create a pdf document in Word other than by printing it and scanning it. Could you please explain.
    William B. Kohn, Esq.
    General Counsel
    Paul V. Profeta & Associates, Inc.
    769 Northfield Avenue
    Suite 250
    West Orange, New Jersey 07052
    (973) 325 - 1300
    (973) 325 - 0376 (Facsimile)
    [email protected]<mailto:[email protected]>

  • Can I hide the Adobe Reader panel with "Export, Create and Edit PDF and Send and Store Files"? I don't use it and it takes up space

    Can I hide the Adobe Reader panel with "Export, Create and Edit PDF and Send and Store Files"? I don't use it and it takes up space

    If you just mean, can I close it, sure. In Reader XI click the Tools button to close or reopen it.

  • Adobe Reader Performance with Protect Mode On

    We are getting very poor performance in opening PDF documents with Adobe Reader XI with Protected Mode on, particularly for users remote from our central server.  With Protected Mode off, performance is much better (10-20X faster opening).  Note that we are running Windows 7 with Application Data Roaming and Adobe Reader XI with Protected Mode on, Protected View off, and Advanced Security on.  We have diagnosed the problem as follows: We are using the Windows 7 Application Roaming Data feature to house some profile data for our remote users, and when they try to open a PDF document with Protected Mode on, Adobe sends numerous I/O packets (approximatel 6000!) across the "wire" for security checking against the Application Roaming data file on the central server, thus greatly slowing PDF opening.  We would like to know the following: 1) Is there a way to turn-off Protected Mode for company server stored documents, while keeping it active for documents received from external sources (e.g. from the internet, e-mail, etc.). 2) is there a way to have Protect Mode security verification done only on the local machine profile data and not on the centrally stored Application Roaming Data file (thus greatly reducing the "across the wire" I/O traffic).  Thanks for any help, CCB.

    I don't think any of the scenarios you are envisaging are possible.  Protected Mode is enabled/disabled on a user basis (in HKEY_USERS).

  • When ever I use Adobe reader 11 with a USB device, I cannot safe remove the USB device and get the following message (or similar one) in system log:  The application \Device\HarddiskVolume1\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe with pr

    When ever I use Adobe reader 11 with a USB device, I cannot safe remove the USB device and get the following message (or similar one) in system log:  The application \Device\HarddiskVolume1\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe with process id 6620 stopped the removal or ejection for the device USB\VID_05DC&PID_C75C\20131215015821328FC8.
    I am running on Windows Server 2012 R2 in Desktop Experience mode.
    Any ideas?
    Roger

    In addition to that symptom, I discovered that even though I had closed all Adobe Reader sessions, the processes kept running and used up 90%+ of my CPU.

  • Adobe reader met with unexpected error

    Hi all,
    I've been bombed with this problem for so long, I'd greatly appreciate it if anyone can give any suggestion. The problem is: My adobe reader 7.0.8 or 8.0 are constantly met with unexpected errors. It just doesn't work, I can't open any files with it. Did anyone have similar problems before? Is there any hidden files I have to delete before installing a newer version or something else?
    thanks!!

    Here are more details:
    I had adobe reader 6.0, the only version that was working on my mac, in my application library. I tried to upgrade it to version 8.0. I downloaded and installed adobe reader 8.0 alright, no problems there. But after installation was complete, the Reader restarted itself and crashed, showing me the message "The adobe reader met with unexpected error." and could not even function, not to mention opening any files. It happened with 7.0.8 before as well. I had no other way but to change it back to 6.0. But it's really bugging me because compared to the latest versions, 6.0 isn't really that good. So please help! thanks
    I'm using powerpc G4 ibook tiger 10.4.8

  • Adobe Reader comes with WSE Astromenda

    Just a caution.  DO NOT just install Adobe. I made sure I downloaded it directly from Adobe.com.    Adobe is trying to capture fees from different companies at the cost of our privacy.  Please note that you are not "accepting" their End User Agreement after the first box.  If you continue to click "ACCEPT" you are accepting third party software.
    I have a PC that has very little programs on it since I only need it for business stuff.  Had to download Adobe reader.  Went to the Adobe site.  I was very familiar with Adobe installing McAfee on your PC if you do not uncheck it but I was not aware that they allow astromendagames.com to put their program on my PC.  I checked the exact time I downloaded the Adobe reader and it was within 2 minutes of when astromenda was installed on my PC.  I would have never known this unless I saw "Cut The Rope" icon on my desktop.  Had I clicked on this, it would have taken me to astromendagames.com.  I continued to search my PC to learn where astromenda put code in and found that it was placed in my Program Directory under WSE_Astromenda. If you open this directory, there are two files:  astcnfg.dat and uninst.dat  that are written in some type of Chinese or Japanese symbols.
    Also found it in the following places
    Windows/Task file - file name: astomenda.job
    under my browser profile as a "searchplugin" file name: astomenda.xml.
    Just very disappointed in Adobe as a company.

    Hi,
    Sorry to hear that, but the file which you have mentioned, is already a known malware on Internet, so it has nothing to do with Adobe or any related product. It's just a coincident that was installed while installing Adobe software. You can learn about it on Microsoft blog, a link is given here
    WSE Astromenda
    If you still have any issue, please let us know.

  • Oracle Report Server Issue with Japanese Characters

    We are trying to setup a Oracle Report Server to print the Japanese characters in the PDF format.
    We have separate Oracle Report servers for printing English, Chinese and Vietnamese characters in PDF formats using Oracle Reports in the production which are running properly with Unix AIX version 5.3. Now we have a requirement to print the Japanese characters. Hence we tried to setup the new server for the same and the configurations are done as same as Chinese/Vietnamese report servers. But we are not able to print the Japanese characters.
    I am providing the details which we followed to configure this new server.
    1.     We have modified the reports.sh to map the proper NLS_LANG (JAPANESE_AMERICA.UTF8) and other Admin folder settings.
    2.     We have configured the new report server via OPMN admin.
    3.     We have copied the arialuni.ttf to Printers folder and we have converted this same .ttf file in AFM format. This AFM file has been copied to $ORACLE_HOME/guicommon/gk/JP_Admin/AFM folder.
    4.     We have modified the uifont.ali (JP_admin folder) file for font subsetting.
    5.     We have put an entry in JP_admin/PPD/datap462.ppd as *Font ArialUnicodeMS: Standard "(Version 1.01)" Standard ROM
    6.     We have modified the Tk2Motif.rgb (JP_admin folder) file for character set mapping (Tk2Motif*fontMapCs: iso8859-1=UTF8) as we have enabled this one for other report servers as well.
    Environment Details:-
    Unix AIX version : 5300-07-05-0831
    Oracle Version : 10.1.0.4.2
    NLS_LANG : JAPANESE_AMERICA.UTF8
    Font Mapping : Font Sub Setting in uifont.ali
    Font Used for Printing : arialuni.ttf (Font Name : Arial Unicode MS)
    The error thrown in the rwEng trace (rwEng-0.trc) file is as below
    [2011/9/7 8:11:4:488] Error 50103 (C Engine): 20:11:04 ERR REP-3000: Internal error starting Oracle Toolkit.
    The error thrown when trying to execute the reports is…
    REP-0177: Error while running in remote server
    Engine rwEng-0 crashed, job Id: 67
    Our investigations and findings…
    1.     We disabled the entry Tk2Motif*fontMapCs: iso8859-1=UTF8 in Tk2Motif.rgb then started the server. We found that no error is thrown in the rwEng trace file and we are able to print the report also in PDF format… (Please see the attached japarial.pdf for your verification) but we are able to see only junk characters. We verified the document settings in the PDF file for ensuring the font sub set. We are able to see the font sub setting is used.
    2.     If we enable the above entry then the rwEng trace throwing the above error (oracle toolkit error) and reports engine is crashed.
    It will be a great help from you if you can assist us to resolve this issue…

    Maybe 7zip or another tool has workarounds for broken file names, you could try that.
    Or you could try to go over the files in the zip archive one-by-one and write it to files out-1, out-2, ..., out-$n without concerning yourself with the file names. You could get file endings back via the mimetype.
    This script might work:
    #include <stdio.h>
    #include <zip.h>
    static const char *template = "./out-%04d.bin";
    int main(int argc, char**argv)
    int err = 0;
    zip_t *arc = zip_open((const char*)argv[1], ZIP_RDONLY, &err);
    if(arc == NULL)
    printf("Failed to open ZIP, error %d\n", err);
    return -1;
    zip_int64_t n = zip_get_num_entries(arc, 0);
    printf("%s: # of packed files: %d\n", argv[1], n);
    for(int i = 0; i < n; i++)
    zip_stat_t stat;
    zip_stat_index(arc, i, ZIP_FL_UNCHANGED, &stat);
    char buf[stat.size];
    char oname[sizeof(template)];
    zip_file_t *f = zip_fopen_index(arc, (zip_int64_t)i, ZIP_FL_UNCHANGED);
    zip_fread(f, (void*)&buf[0], stat.size);
    snprintf(&oname[0], sizeof(template), template, i);
    FILE *of = fopen(oname, "wb");
    fwrite(&buf[0], stat.size, 1, of);
    printf("%s: %s => %lu bytes\n", argv[1], oname, stat.size);
    zip_fclose(f);
    fclose(of);
    zip_close(arc);
    return 0;
    Compile with
    gcc -std=gnu99 -O3 -o unzip unzip.c -lzip
    and run as
    ./unzip $funnyzipfile
    You should get template-named, numbered output files in the current directory.
    Last edited by 2ion (2015-05-21 23:09:29)

  • Collation issue with Japanese characters in Oracle8i

    Hi,
    I have japanese data in a varchar2 column in an Oracle8i instance which contains both single byte and multibyte Japanese characters. The encoding type of the instance is UTF-8.
    I want to sort them in such a way that equivalent single byte and multibyte Japanese characters are treated as same. Also while selecting, if I specify the single byte characters in the where condition it should select both single and double byte characters and vice-versa.
    The functionality I'm looking for is similar to the one which can be achieved by using Collator class in Java with FULL_DECOMPOSITION as decmposition mode.
    Could anyone please let me know how can I do it ?
    Thanks in advance.
    Best Regards,
    Sourav

    Maybe 7zip or another tool has workarounds for broken file names, you could try that.
    Or you could try to go over the files in the zip archive one-by-one and write it to files out-1, out-2, ..., out-$n without concerning yourself with the file names. You could get file endings back via the mimetype.
    This script might work:
    #include <stdio.h>
    #include <zip.h>
    static const char *template = "./out-%04d.bin";
    int main(int argc, char**argv)
    int err = 0;
    zip_t *arc = zip_open((const char*)argv[1], ZIP_RDONLY, &err);
    if(arc == NULL)
    printf("Failed to open ZIP, error %d\n", err);
    return -1;
    zip_int64_t n = zip_get_num_entries(arc, 0);
    printf("%s: # of packed files: %d\n", argv[1], n);
    for(int i = 0; i < n; i++)
    zip_stat_t stat;
    zip_stat_index(arc, i, ZIP_FL_UNCHANGED, &stat);
    char buf[stat.size];
    char oname[sizeof(template)];
    zip_file_t *f = zip_fopen_index(arc, (zip_int64_t)i, ZIP_FL_UNCHANGED);
    zip_fread(f, (void*)&buf[0], stat.size);
    snprintf(&oname[0], sizeof(template), template, i);
    FILE *of = fopen(oname, "wb");
    fwrite(&buf[0], stat.size, 1, of);
    printf("%s: %s => %lu bytes\n", argv[1], oname, stat.size);
    zip_fclose(f);
    fclose(of);
    zip_close(arc);
    return 0;
    Compile with
    gcc -std=gnu99 -O3 -o unzip unzip.c -lzip
    and run as
    ./unzip $funnyzipfile
    You should get template-named, numbered output files in the current directory.
    Last edited by 2ion (2015-05-21 23:09:29)

  • Adobe Reader X wants japanese Language Pack

    Hi,
    i'm having a problem with Adobe Reader X.
    At our company we use BIRT (Business Intelligence Reporting Tool) to edit Templates for PDFs, which then are created via Projektron BCS (that's our accounting software), for example for offers or reports for a customer.
    The specific issue here is Adobe Reader X demanding to install the japanese language pack when opening a pdf generated by bcs though there are no japanese letters anywhere in the template or its contents.
    The problem doesn't come up when using Adobe Reader 9.x
    I already checked the locale of the template (which is german), the font used is "serif" ...
    I'm not sure if this is rather an issue concerning Adobe Reader X than an issue with BCS.
    I hope someone can point me to the right direction.
    Greetings from Germany

    Hi,
    Please share more details about your system like on which OS are you working. Please share a sample pdf file which asks you to install Japanese fonts also.
    Thanks,
    Karan

  • Adobe Reader Problem with Accents

    I have a pdf document which Reader shows all the accented text incorrectly. It makes the whold document look very bad... I think these characters are in Unicode and Reader is mis-reading them.
    Adobe Reader 9.4.6
    Windows 7 Pro
    Preferences > International > choose language at application startup (but always comes up in English after restarting AR)

    I've had a similar problem on Adobe Reader X and I'm not sure if this is the same with 9.4.6 but here's how I fixed it.
    Go to Preferences>International>Same as the operating system
    This enables you to use the language your keyboard is set to.
    If you don't have the keyboard for the language you want and you have Windows, you can right-click the taskbar and go Toolbars>Language Bar. If the toolbar appears on the taskbar, select the little triangle (Options) at the bottom right and go to Settings>Add. From there you should be able to add your language from the list (i.e. French>Keyboard: French) and switch to it from the Language bar by clicking on the language name abbreviation and selecting it from the list.

  • ADOBE Reader issues with Macbook Pro

    Was trying to view a pay document from my HR site and it said Iwas missing Adobe Reader plug in. I have it downloaded - twice and still no luck. The Adobe reader is in my applications, but the website can not seem to use it.

    The web site cannot use the Adobe Reader application directly.  You need to download the pdf and then you can view it with the Adobe Reader application.  If that website doesn't allow the pdf to be downloaded and indeed requires a pdf reader plugin, off hand I don't think Adobe makes a mac browser pdf reader plugin.  I could be wrong but I'm not aware of such a plugin.
    On the other there does exist a pdf browser plugin.  It's called, appropriately enough, "PDF Browser Plugin".  You can find it here.   Whether it works or not at that web site you are using is another question that probably can only be answered by trying it.  The web site could be specifically checking for some Adobe plugin, in which case, this substitute will not work.
    Are you sure you can't just download the file to use Adobe Reader, or for that matter, Apple's Preview app?

  • Problem printing from Adobe Reader .pdf with Brother printer from a Mac

    I have a macbook pro with Intel Core i7 and OS X Yosemite and Brother MFC-7360N printer connected by wifi. My problem is that I can print everything from all programs except from the Adobe Reader .pdf that do I print from my Preview files .. The error I get is "Error filter". Does anyone know where can originate the error and how to fix it?

    With another O.S. in another computer is OK.
    Thank you
    Juan Carlos Rubio Perez
    [email protected]
    Este mensaje y los ficheros adjuntos pueden contener información confidencial. Los mismos contienen información reservada que no puede ser difundida. Si usted ha recibido este correo por error, tenga la amabilidad de eliminarlo de su sistema y avisar al remitente mediante reenvío a su dirección electrónica; no deberá copiar el mensaje ni divulgar su contenido a ninguna persona.

Maybe you are looking for

  • How to change gateway in windows 7 from ethernet to usb 4g modem?

    We have a Windows 7 machine that is connected to internet by satelite through ethernet. This workstation also has a USB 4G modem that should be used by a software application. We would like to have all network functionality to go through normal ether

  • I want blank tabs in FF 13. How do I get them

    I used to be able t open blank tabs. Now with 13 I can't. I don't want my browser history obvious to everyone around me. I like the blank tabs. I find it convenient when researching something that if someon walks into the room i can open a new BLANK

  • ITunes movies captions stuck onscreen on 1Gen AppleTV

    Just purchased Argo and the captions that are included in the movie (for example the country they're in at the time...) are staying on the screen well after the scene is over.  I'm playing the movie on a 1st generation Apple TV and that's where the t

  • More than 8 planning folders

    All - My BPS application needs to have 10-12 different planning folders.  I know if I run my tool on the web, there is no limitation to the amount of planning folders I can have but my users will run this in SAP.  Is there anyway that I can overwrite

  • Facebook photo order

    Since upgrading to Photos I have discovered that when I upload multiple photos to a Facebook album they are out of order.  Not only that, but when I try to rearrange them in Facebook, it will not allow any of them to be moved around.  This is the cas